Package edu.uky.ai.ml

Class AlphabetDatabase

java.lang.Object
edu.uky.ai.ml.nn.Database
edu.uky.ai.ml.AlphabetDatabase
All Implemented Interfaces:
java.lang.Iterable<Example>

public class AlphabetDatabase
extends Database
A training database of 5x7 pixel images of capital letters.
Author:
Stephen G. Ware
  • Constructor Summary

    Constructors 
    Constructor Description
    AlphabetDatabase()
    Constructs a new alphabet training database.
  • Method Summary

    Methods inherited from class edu.uky.ai.ml.nn.Database

    addExample, iterator, size

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • AlphabetDatabase

      public AlphabetDatabase()
      Constructs a new alphabet training database.